Hi , I want to reset the password for all users in the DOORS database to a default value, can you please help me in this regard how to do it , I searched the DXL documentation but could not find any key word for this. Any help would be appreciated. ~thanks
doors@36677 - Mon Sep 05 09:25:42 EDT 2016 |
Re: Change password to default There is a possibility that this is what you want: (where property is password) void set(User user, string property, string value)
Also look at: https://www.ibm.com/developerworks/community/forums/html/topic?id=cd40c231-b0ca-4dcd-9039-914744c55f0a&ps=25
If you use this -- plan on receiving hate mail. |